Welcome![Sign In][Sign Up]
Location:
Search - ATM machine

Search list

[Dialog_WindowJelly

Description: 用VC++ MFC 实现的ATM机模拟器,没有用到数据库,只是简单的使用链表,以及文件操作等,便于学生学习使用-VC++ MFC using the achievement of the ATM machine simulator, the database is not used, but simply the use of linked lists, as well as file operations and so on, to facilitate the use of student learning
Platform: | Size: 288768 | Author: 419756656 | Hits:

[JSP/JavaATM

Description: 一个实现ATM机功能的程序,对于初学者很有帮助,希望你能学到ATM代码知识。-ATM machine function to achieve a procedure useful for beginners, I hope you can learn the knowledge ATM code.
Platform: | Size: 2048 | Author: jiangqingbo | Hits:

[JSP/JavaATM

Description: ATM机的代码因该还算可以吧~希望能得到认可拉-ATM machine code
Platform: | Size: 1024 | Author: deniszhang | Hits:

[JSP/JavaATM

Description: ATM machine logic with graphics and user friendly
Platform: | Size: 2048 | Author: goni | Hits:

[JSP/Javadaima

Description: java实现的模拟ATM机系统 使用图形用户界面。当输入给定的卡号和密码(初始卡号和密码为123456)时,系统能登录ATM柜员机系统,用户可以按照以下规则进行: 1、查询余额:初始余额为10000元 2、ATM取款:每次取款金额为正数,总额不超过5000元,支取金额不允许透支。 3、ATM存款:不能出现负存款。 4、修改密码:新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码 -java implementation of analog ATM machine system using a graphical user interface. When you enter a given card number and password (the initial number and password is 123456), the system can log on ATM ATM system, the user can follow the following rules: 1, query balance: the initial balance of 10,000 yuan 2, ATM withdrawals : the amount of each withdrawal is a positive number, the total amount does not exceed 5,000 yuan in the amount of withdrawal does not allow overdrafts. 3, ATM deposits: Deposits can not be negative. 4, Change Password: The new password length is not less than 6, does not allow for six exactly the same situation, only the old password is correct, the new password meets the requirements, and the two enter the same circumstances can successfully change your password
Platform: | Size: 5120 | Author: 谭子 | Hits:

[JSP/Javaatm

Description: 简单ATM(Automatic Teller Machine)系统的基本功能包括登录、注销、查询、存款、取款以及修改密码。 模拟的ATM终端在用户登录时,将其账号和密码通过网络传送到ATM服务器,ATM服务器根据数据库中的信息查询该账号和密码是否正确,并将结果返回给ATM终端。如果账号和密码正确,ATM终端进入下一操作界面;否则提示出错。注销操作用于通知ATM服务器本次交易结束,查询、存款、取款以及修改密码操作都是先将命令发送给ATM服务器,再由ATM服务器在数据库上执行相应操作,并将操作结果返回给ATM终端。-Simple ATM (Automatic Teller Machine) system' s basic functions include logon, logoff, inquiries, deposits, withdrawals, and change your password. Simulation of ATM terminals in the user logs on, their account number and password through the network to the ATM server, ATM server, according to information in a database query to the account number and password are correct, and the results returned to the ATM terminal. If the account number and password are correct, ATM terminals into the next user interface otherwise prompt an error. ATM write-off operation of the server used to notify the end of this transaction, inquiry, deposits, withdrawals, and change password operations are first command sent to the ATM server, the database server by the ATM to perform the appropriate operations and results of operations back to the ATM terminal .
Platform: | Size: 31744 | Author: 木之风 | Hits:

[Windows DevelopATM

Description: ATM机模拟,可以实现存款,取款,修改密码等功能-ATM machine simulation, can be achieved deposits, withdrawals, change passwords and other functions
Platform: | Size: 62464 | Author: 杨尼 | Hits:

[Software EngineeringATM

Description: ATM机的程序,可以供大家研究研究,呵呵...可以想一想我们平时取款的场景,我们也可以做出来啦!-ATM machine program, can be used for all research studies, He He ... you can imagine we usually withdrawal scenario, we can also make Laila! Hehe ...
Platform: | Size: 454656 | Author: 邓强 | Hits:

[Internet-NetworkATM

Description: 使用图形用户界面。当输入给定的账户和密码时,系统能登录ATM柜员机系统,并按照相应规则获得服务。-Using the graphical user interface. When you enter a given account and password, the system can log on ATM teller machine systems, and follow the rules of access to services.
Platform: | Size: 27648 | Author: linew | Hits:

[Other Embeded programATM

Description: Automated Teller Machine wroking on a computer so that u can enter ur pin code & retrive money
Platform: | Size: 3191808 | Author: Durgesh Dhoot | Hits:

[OtherATM

Description: 当地银行打算安装新的自动取款机(ATM),允许用户在其上进行基本的银行交易。每个用户在银行只能拥有一个账号。ATM用户应当能够查看他们的账户余额,提取现金,并存入资金。银行每天装入500张面值为20美元的钞票。 ATM的交易包括根据账号和用户标识(PIN)来验证用户身份的真实性,然后创建和执行银行交易。为了验证用户身份和执行交易,ATM必须与银行的账户信息数据库进行交互。 本例使用计算机的显示器来模拟ATM屏幕,用计算机的键盘来模拟ATM的键区。 -Local bank intends to install a new automatic teller machine (ATM), allows users to carry out their basic banking transactions. Each user can only have one account in the bank. ATM users should be able to view their account balance, withdraw cash, and deposit funds. Bank of face value of 500 a day into 20 dollar bills. ATM transactions including the account number and user ID (PIN) to verify the authenticity of the user identity and then create and execute banking transactions. In order to verify user identity and the implementation of the transaction, ATM and bank account information to database interaction. This example uses a computer monitor to simulate the ATM screen, using the computer keyboard to simulate the ATM' s keypad.
Platform: | Size: 701440 | Author: Tina | Hits:

[OS programATM

Description: ATM取款机代码 C++ 用VC++6.0实现 类的多态性 继承性-ATM Teller Machine code C++
Platform: | Size: 540672 | Author: zhang xiang | Hits:

[JSP/JavaATM

Description: 利用java字符命令编写,实现ATM存取款机的模拟程序.-Characters using java command to write, implement ATM deposit machine simulation program.
Platform: | Size: 2048 | Author: jsh | Hits:

[Finance-Stock software systemATMMM

Description: 自己写的一个课程设计 atm机的实现 主要是用到了文件的存储-Write a curriculum designed to achieve atm machine is mainly used in the document storage
Platform: | Size: 280576 | Author: 陈根 | Hits:

[JSP/JavajavaATM

Description: 这是ATM机的实现过程,源代码,是自动取款机生成源代码。-This is the ATM machine of the implementation process, source code, is the automatic teller machine generated source code.
Platform: | Size: 6179840 | Author: jeray | Hits:

[Special EffectsATM

Description: ATM机的图形界面,C语言实现。验证可以运行。-ATM machine graphical interface, C language. Verification run.
Platform: | Size: 9216 | Author: 王工 | Hits:

[JSP/JavaATM

Description: 银行ATM机的工作原理,程序简单明了,虽然你不能真的取到钱。测试帐号是12345,密码是54321-Bank ATM machine works, the program is simple, although you can not really get to the money. Test account is 12345, password is 54321
Platform: | Size: 8192 | Author: 粘死了 | Hits:

[OtherATM

Description: 自己早期写的一个ATM机模拟器,支持用户注册、存款、取款、转账、管理员操作、客户数据文件简单存取等功能,界面简洁,是C语言学习的不错参考。-Their own ATM machine early to write a simulator to support user registration, deposits, withdrawals, transfers, manager operations, easy access to customer data files and other functions, simple interface, is a good reference for C language learning.
Platform: | Size: 284672 | Author: | Hits:

[ADO-ODBC07160450210-1-ATM

Description: 一个sqlite的范例程序,实现了较完整的对sqlite数据库 ATM机 进行创建、增加、删除和修改的功能。-Sqlite example of a program to achieve a more complete ATM machine on the sqlite database to create, add, delete and modify functions.
Platform: | Size: 2048 | Author: tiger | Hits:

[JSP/JavaATM

Description: 用java模拟ATM机的进入界面、存款、取款、查询余额等功能。-ATM machine with a java simulation into the interface, deposits, withdrawals, balance inquiries and other functions.
Platform: | Size: 14336 | Author: 李启晨 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net